home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / actions.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  245b  |  14 lines

  1. /*
  2.  * actions.h : Definition of global action procedures
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 20 Oct 1991.
  5.  * Version 2.0: 23 Apr 1993.
  6.  */
  7.  
  8. #ifndef _ACTIONS_H
  9. #define _ACTIONS_H
  10.  
  11. extern void initActions();
  12.  
  13. #endif /* _ACTIONS_H */
  14.